AI Resume Screening and Candidate Recommendation System
This system compares the resume to the job description using AI-based text similarity and keyword matching.
{% if result %}
{{ result }}
Score Guide:
- 0–15% → weak / poor match
- 15–30% → moderate match
- 30–50% → strong match
- 50%+ → very strong / closely aligned
{% if matches %}
Matched Keywords:
{% for word in matches %}
- {{ word }}
{% endfor %}
{% else %}
No direct keyword matches were found.
{% endif %}
{% endif %}